home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Meeting Pearls 2
/
Meeting Pearls Vol. II (1995)(GTI - Schatztruhe)[!].iso
/
Mosaic
< prev
next >
Wrap
AmigaDOS Script File
|
1995-02-04
|
2KB
|
52 lines
.key FILENAME
FailAt 25
:C/Version >NIL: exec.library 37
If Warn
Echo "-------------------------------------------------"
Echo "No OS 2.04!"
Echo "You need at least AmigaOS Version 2.04!"
Echo "-------------------------------------------------"
Echo "Kein 2.04!"
Echo "Sie brauchen mindestens Version 2.04 des AmigaOS!"
Echo "-------------------------------------------------"
EndCLI
EndIf
:C/Version >NIL: muimaster.library 0
If Warn
Echo "-------------------------------------------------"
Echo "No MUI!"
Echo "Click first on clickme.first please!"
Echo "-------------------------------------------------"
Echo "Kein MUI!"
Echo "Bitte doppelklicken Sie zuerst auf clickme.first!"
Echo "-------------------------------------------------"
EndCLI
EndIf
:C/Version >NIL: muimaster.library 7
If Warn
Echo "-------------------------------------------------"
Echo "Need at least muimaster.library V7!"
Echo "Please update your System!"
Echo "You will find the new version in"
Echo " *":Installed_Progs/dev/MUI*""
Echo "-------------------------------------------------"
Echo "Es wird mindestens muimaster.library V7 benötigt!"
Echo "Bitte installieren Sie die neue Version!"
Echo "Sie finden sie unter"
Echo " *":Installed_Progs/dev/MUI*""
Echo "-------------------------------------------------"
EndCLI
EndIf
Assign TMPDIRHTML: ""
CD :Pearls/comm/Mosaic1.2
IF "<FILENAME>" EQ ""
Execute StartMosaic ":" ""
ELSE
Execute StartMosaic TMPDIRHTML: <FILENAME>
ENDIF
Assign TMPDIRHTML: